PESetNthParameterValueDescription

Use PESetNthParameterValueDescription to set the description of the value for a parameter.

C Syntax
BOOL CRPE_API PESetNthParameterValueDescription (
        short printJob,
        const char FAR *parameterFieldName,
        const char FAR *reportName,
        short index,
        char FAR *valueDesc );
Parameters

printJob

Specifies the print job for which you want to set parameter value description information.

parameterFieldName

Specifies a pointer to the parameterFieldName for which you want to set the parameter value description.

reportName

Specifies a pointer to the report name. See Remarks below.

index

Specifies the index.

valueDesc

Specifies a pointer to the handle of the value description to be set.

Returns
Remarks

Regarding parameter reportName:

VB Syntax
Declare Function PESetNthParameterValueDescription Lib "crpe32.dll" (_
    ByVal printJob As Integer, ByVal parameterFieldName As String, _
    ByVal reportName As String, ByVal index As Integer, _
    ByVal valueDesc As String ) As Integer
Delphi Syntax
function PESetNthParameterValueDescription (
printJob : Smallint;
parameterFieldName : PChar;
reportName : PChar;
index : Smallint;
valueDesc : PChar): Bool; {$ifdef WIN32} stdcall; {$endif}


Seagate Software IMG Holdings, Inc.
http://www.seagatesoftware.com
Support services:
http://support.seagatesoftware.com